summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValeri Ochinski <v19930312@gmail.com>2023-07-16 19:22:27 +0200
committerValeri Ochinski <v19930312@gmail.com>2023-07-16 19:22:27 +0200
commit50fe45f1e4ee8ab96ddf6dfeafc22d245737040c (patch)
treeaced4a102bd825d082ac41e2761a7f2e7b5565e1
parentfile_sys/content_archive: Detect compressed NCAs (#11047) (diff)
downloadyuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar.gz
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar.bz2
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar.lz
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar.xz
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.tar.zst
yuzu-50fe45f1e4ee8ab96ddf6dfeafc22d245737040c.zip
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index b963f0119..bfdebd35b 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -232,7 +232,7 @@
<!-- ROM loading errors -->
<string name="loader_error_encrypted">Your ROM is encrypted</string>
- <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-cartridge-games">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-installed-titles-eshop">installed titles</a>.]]></string>
+ <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-physical-titles-game-cards">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-digital-titles-eshop">installed titles</a>.]]></string>
<string name="loader_error_encrypted_keys_description"><![CDATA[Please ensure your <a href="https://yuzu-emu.org/help/quickstart/#dumping-prodkeys-and-titlekeys">prod.keys</a> file is installed so that games can be decrypted.]]></string>
<string name="loader_error_video_core">An error occurred initializing the video core</string>
<string name="loader_error_video_core_description">This is usually caused by an incompatible GPU driver. Installing a custom GPU driver may resolve this problem.</string>